-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update npm #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1d9ed90
to
850a498
Compare
850a498
to
86ee2be
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made. Comment |
86ee2be
to
2d3fc83
Compare
2d3fc83
to
5d59c41
Compare
5d59c41
to
86663f8
Compare
86663f8
to
8e3b48e
Compare
7d6ba4d
to
96477cc
Compare
8e3b48e
to
d5064f6
Compare
d5064f6
to
15382cf
Compare
15382cf
to
7408ac7
Compare
7408ac7
to
9cdb638
Compare
9cdb638
to
6244fc0
Compare
6244fc0
to
cd6fb12
Compare
e2c08dd
to
e83b98b
Compare
e83b98b
to
b556a47
Compare
b556a47
to
2383aaa
Compare
2383aaa
to
46c1143
Compare
46c1143
to
07e66f8
Compare
07e66f8
to
97bf52f
Compare
97bf52f
to
34dc558
Compare
34dc558
to
bbb97e6
Compare
bbb97e6
to
db22d30
Compare
db22d30
to
aaee1f7
Compare
aaee1f7
to
c01c5ce
Compare
c01c5ce
to
befc92f
Compare
befc92f
to
7b5cfd9
Compare
7b5cfd9
to
05edeb0
Compare
This PR contains the following updates:
^9.36.0
->^9.37.0
^3.9.0
->^3.10.0
^0.544.0
->^0.545.0
^5.10.2
->^5.10.3
^2.38.1
->^2.46.2
^4.1.13
->^4.1.14
^24.6.0
->^24.7.0
^1.35.4
->^1.35.5
^9.36.0
->^9.37.0
^16.3.0
->^16.4.0
10.17.1
->10.18.1
^1.268.9
->^1.273.0
^5.9.2
->^5.9.3
^7.7.2
->^7.7.3
^5.39.7
->^5.39.10
^4.1.13
->^4.1.14
^5.9.2
->^5.9.3
^8.45.0
->^8.46.0
^7.1.7
->^7.1.9
Release Notes
eslint/eslint (@eslint/js)
v9.37.0
Compare Source
adobe/react-spectrum (@internationalized/date)
v3.10.0
Compare Source
lucide-icons/lucide (@lucide/svelte)
v0.545.0
: Version 0.545.0Compare Source
What's Changed
flame
icon by @jamiemlaw in #3600square-m
icon by @jguddas in #3549combine
icon by @jguddas in #3200building-2
icon by @karsa-mistmere in #3509motorbike
icon by @jamiemlaw in #3371Full Changelog: lucide-icons/lucide@0.544.0...0.545.0
sveltejs/kit (@sveltejs/adapter-vercel)
v5.10.3
Compare Source
Patch Changes
sveltejs/kit (@sveltejs/kit)
v2.46.2
Compare Source
Patch Changes
env
modules (#14637)v2.46.1
Compare Source
Patch Changes
fix: use
$derived
for form fields (#14621)docs: remove
@example
blocks to allow docs to deploy (#14636)fix: require a value with
submit
andhidden
fields (#14635)fix: delete hydration cache on effect teardown (#14611)
v2.46.0
Compare Source
Minor Changes
Patch Changes
fix: wait a tick before collecting form data for validation (#14631)
fix: prevent code execution order issues around SvelteKit's
env
modules (#14632)v2.45.0
Compare Source
Minor Changes
form.for(id)
now implicitly sets id on form object (#14623)Patch Changes
fetch
in remote function without emitting a warning (#14610)v2.44.0
Compare Source
Minor Changes
feat: expose
event.route
andevent.url
to remote functions (#14606)breaking: update experimental
form
API (#14481)Patch Changes
v2.43.8
Compare Source
Patch Changes
fix: HMR for
query
(#14587)fix: avoid client modules while traversing dependencies to prevent FOUC during dev (#14577)
fix: skip prebundling of .remote.js files (#14583)
fix: more robust remote file pattern matching (#14578)
v2.43.7
Compare Source
Patch Changes
fix: correctly type the
result
ofform
remote functions that do not accept data (#14573)fix: force remote module chunks to isolate themselves (#14571)
v2.43.6
Compare Source
Patch Changes
fix: ensure cache key is consistent between client/server (#14563)
fix: keep resolve relative to initial base during prerender (#14533)
fix: avoid including
HEAD
twice when an unhandled HTTP method is used in a request to a+server
handler that has both aGET
handler and aHEAD
handler (#14564)fix: smoothscroll to deep link (#14569)
v2.43.5
Compare Source
Patch Changes
resolve(...)
outside an event context (#14532)v2.43.4
Compare Source
Patch Changes
v2.43.3
Compare Source
Patch Changes
fix: Webcontainer AsyncLocalStorage workaround (#14521)
fix: include the value of form submitters on
form
remote functions (#14475)v2.43.2
Compare Source
Patch Changes
fix: ensure rendering starts off synchronously (#14517)
fix: keep serialized remote data alive until navigation (#14508)
v2.43.1
Compare Source
Patch Changes
v2.43.0
Compare Source
Minor Changes
Patch Changes
fix: ensure
__SVELTEKIT_PAYLOAD__.data
is accessed safely (#14491)fix: create separate cache entries for non-exported remote function queries (#14499)
v2.42.2
Compare Source
Patch Changes
fix: prevent loops in postbuild analysis phase (#14450)
fix: handle nested object fields in form data (#14469)
fix: robustify form helper types (#14463)
fix: avoid running the
init
hook during builds if there's nothing to prerender (#14464)fix: ensure SSR rendering gets request store context (#14476)
v2.42.1
Compare Source
Patch Changes
v2.42.0
Compare Source
Minor Changes
feat: enhance remote form functions with schema support,
input
andissues
properties (#14383)breaking: remote form functions get passed a parsed POJO instead of a
FormData
object now (#14383)v2.41.0
Compare Source
Minor Changes
%sveltekit.version%
toapp.html
(#12132)Patch Changes
fix: allow remote functions to return custom types serialized with
transport
hooks (#14435)fix: fulfil
beforeNavigate
complete
when redirected (#12896)v2.40.0
Compare Source
Minor Changes
event
property on popstate/link/form navigation (#14307)Patch Changes
fix: respect
replaceState
/keepFocus
/noScroll
when a navigation results in a redirect (#14424)fix: invalidate preload cache when invalidateAll is true (#14420)
v2.39.1
Compare Source
Patch Changes
v2.39.0
Compare Source
Minor Changes
Patch Changes
fix: layout load data not serialized on error page (#14395)
fix: fail prerendering when remote function fails (#14365)
fix: treat handle hook redirect as part of remote function call as json redirect (#14362)
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.1.14
Compare Source
Fixed
'
syntax in ClojureScript when extracting classes (#18888)@variant
inside@custom-variant
(#18885)@utility
(#18900)grid-column
utilities when configuringgrid-column-start
orgrid-column-end
(#18907)grid-row
utilities when configuringgrid-row-start
orgrid-row-end
(#18907)default
export condition for@tailwindcss/vite
(#18948)@theme
produce no output when built (#18979)variant = 'outline'
during upgrades (#18922)className
is migrated (#19031)*ClassName
and*Class
attributes (#19031)upstash/upstash-redis (@upstash/redis)
v1.35.5
Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.35.4...v1.35.5
eslint/eslint (eslint)
v9.37.0
Compare Source
markedjs/marked (marked)
v16.4.0
Compare Source
pnpm/pnpm (pnpm)
v10.18.1
Compare Source
Patch Changes
--lockfile-only
is used #8320.pnpm setup
creates a command shim to the pnpm executable. This is needed to be able to runpnpm self-update
on Windows #5700.pnpm install
, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalog
as originally intended.v10.18.0
Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMs
andfetchMinSpeedKiBps
.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAge
configuration #10030.cleanupUnusedCatalogs
configuration when removing dependent packages.scriptShell
is set tofalse
#8748.pnpm dlx
should not fail whenminimumReleaseAge
is set #10037.PostHog/posthog-js (posthog-js)
v1.273.0
Compare Source
1.273.0
Minor Changes
66b12f8
Thanks @thmsobrmlr! - Fixes an issue where the event queue was not started until a page reload after callingopt_in_capturing()
v1.272.1
Compare Source
v1.272.0
Compare Source
1.272.0
Minor Changes
cdfbd6d
Thanks @pauldambra! - fix: session recording config can be false, correct the typesv1.271.0
Compare Source
1.271.0
Minor Changes
7373238
Thanks @pauldambra! - feat: switch replay to lazy loaded by default"v1.270.1
Compare Source
1.270.1
Patch Changes
244b3ad
Thanks @hpouillot! - fix react sourcemapsv1.270.0
Compare Source
1.270.0
Minor Changes
9eccbab
Thanks @lucasheriques! - fix: use persistence for surveys if localStorage usage is enabledPatch Changes
13c6667
Thanks @pauldambra! - fix: no need to estimate the size of all rrweb events before compressing some of themv1.269.1
Compare Source
1.269.1
Patch Changes
a3b64e6
Thanks @pauldambra! - chore: variable rename so i can trigger a releasv1.269.0
Compare Source
1.269.0
Minor Changes
2a6ea65
Thanks @dmarticus! - This PR implements support for evaluation environments in the posthog-js SDK, allowing users to specify which environment tags their SDK instance should use when evaluating feature flags.PostHog/posthog-js (posthog-node)
v5.9.3
Compare Source
Patch Changes
ea58d34
Thanks @dmarticus! - UseSubtleCrypto
directly to compute SHA-1 hashes, fix "module not found" warning in edge runtimes.npm/node-semver (semver)
v7.7.3
Compare Source
Bug Fixes
e37e0ca
#813 faster paths for compare (#813) (@H4ad)2471d75
#811 x-range build metadata support (i529015)Chores
8f05c87
#807 bump @npmcli/template-oss from 4.25.0 to 4.25.1 (#807) (@dependabot[bot], @owlstronaut)sveltejs/svelte (svelte)
v5.39.10
Compare Source
Patch Changes
fix: hydrate each blocks inside element correctly (#16908)
fix: allow await in if block consequent and alternate (#16890)
fix: don't replace rest props with
$$props
for excluded props (#16898)fix: correctly transform
$derived
private fields on server (#16894)fix: add
UNKNOWN
evaluation value before breaking forbinding.initial===SnippetBlock
(#16910)v5.39.9
Compare Source
Patch Changes
v5.39.8
Compare Source
Patch Changes
fix: check boundary
pending
attribute at runtime on server (#16855)fix: preserve tuple type in
$state.snapshot
(#16864)fix: allow await in svelte:boundary without pending (#16857)
fix: update
bind:checked
error message to clarify usage with radio inputs (#16874)microsoft/TypeScript (typescript)
v5.9.3
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v7.1.9
Compare Source
Reverts
v7.1.8
Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
create-react-app
license (#20865) (166a178)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.